Renaming a website inside Default Web Site on windows IIS server - laravel

I want to rename website present inside Default Web Site. On right clicking the app it does not have any rename option. Kindly suggest how to rename it.

You can rename the website by changing the "path" in applicationHost.config.
The applicationHost.config file in this path: C:\Windows\System32\inetsrv\config.
<application path="/rename" applicationPool="test1"></application>

Related

Vue.js dist folder when copied to Shared hosting site's subfolder is not rendering and showing a blank page

After successfully running npm run build I copied the contents of the /dist folder in my local wwwroot folder. Everything renders correctly and I an see my page.
The problem comes when I copy the same contents of the /dist folder to a sub-directory on a Shared Hosting site (Domain.com or GoDaddy.com): https://www.mywebsite.com/sub-directory
All I see is a blank page. Upon checking the Network tab in developer tools, I see all requests status come back with 200 Status Code.
At this point I have thrown the towel and would appreciate any help I can get.
I went around my problem and solved it in another fashion. Instead of making a subfolder in /public_html folder, I created a subdomain using the configuration menu. Therefore my site looked like: https://mysubdomain.myoriginalsite.com
While creating a subdomain, the shared-hosting site's configuration asks me what should be the folder for this newly requested subdomain.
So I created a folder in the root (same level as /public_html) called /mysubdomain and copied all my files from /dist folder over there.
It worked like a charm.
Please NOTE: In vue.config.js file I updated my publicPath variable to be '' instead of '/'

IIS express 8 webpage is not available

I set up a site using IIS Manager but cannot get it to serve a static web page from my local file system (get the above error) the only way I can serve it is to copy the page assets into the directory for the default site (C:\inetpub\wwwroot). I can't find any documentation that I can understand for IIS. How can I set the root of localhost for IIS to my project folder?
The short, easy answer is "you can't". The better way is to move your project to the wwwroot folder.
You can, however, link additional folders in IIS Manager. If you link your project folder under wwwroot, you could access it at localhost\MyProjectFolder

Jquery-Mobile data Icons not displaying when using iis 8

I am using jquery-mobile version 1.2.0. When I run it in my development environment everything works great. when I publish it to windows server 2012/IIS 8
I don't see the Icons for the jquery-mobile ui features....things like arrow-r, home, back etc... the buttons show up, but the icons are empty.
I have checked to make sure the png files are being pushed to the iis and they are.
Both my local and iis have the icons in ~/Content/Themes/base/images where the jquery-mobile controls are in ~/Content/Themes/Base
Any ideas?
I found the problem....When I was added the jquery framework it create the images folder in the correct location on my dev machine ...the right folder being ~/Content/Mobile/Css/Images
However, I had neglected to include this folder in my project. When looking for the images used by the data-icons I found them in another folder ~content/images..... I think months ago I had put these here to try to get the data-icon images to work on the local dev machine.... and had forget about them...
Any way having the folder present on the local machine let the icon images be displayed....but not having the folder copy over to IIS caused them not to be displayed...

dynamic development with firefox

I am following a toolbar tutorial for firefox and i am unable to develop dynamically. I have changed the "install.rdf" file names with the .com and without the ".com". I have created a separate development profile as well. I created a text file with matching names in the tag. The text file contents had the absolute path of the folder. i placed it into the extension folder which is located in the profile. I started firefox but nothing happened. Noh toolbar was displayed. Can anybody help?
The link of the tutorial i am following is http://www.borngeek.com/firefox/toolbar-tutorial/chapter-4/
I cannot move forward without getting this working

Can I Rename sites in WebMatrix?

I am playing around with Umbraco which I install though the Web Platform Installer. 3 different sites are now showing up in WebMatrix, and they are just Umbraco CMS1, Umbraco CMS2 and Umbraco CMS3. Is there a way to change that name? It's pretty confusing at the moment.
Find the applicationhost.config file (My Documents > IISExpress > config) and change the site name there.
You can actually rename sites by opening the site in WebMatrix, going to the Site workspace, right-clicking the site folder item in the left pane tree, and choosing Rename.
Note that this does not change the folder name, only the entry in applicationhost.config file.

Resources