alias name removing
-
How to remove the alias name of the web application? of course after removing it from the wwwroot. thanks in advance.
haitham
-
How to remove the alias name of the web application? of course after removing it from the wwwroot. thanks in advance.
haitham
-
Do you mean the alias of a virtual directory? Just delete it in the IIS manager.
--- b { font-weight: normal; }
thanks for ur help. but there is another question ... there is a project was developed on a specific computer and i took a copy of this project folder on my computer when i tried to run this project the following message appeared to me "unable to start debugging on the web server. the project is not configured to be debugged" i checked the web.config file and checked the property called debug = "true" so from ur point of view what can i change to run this project? thanks to u in advance.
haitham
-
thanks for ur help. but there is another question ... there is a project was developed on a specific computer and i took a copy of this project folder on my computer when i tried to run this project the following message appeared to me "unable to start debugging on the web server. the project is not configured to be debugged" i checked the web.config file and checked the property called debug = "true" so from ur point of view what can i change to run this project? thanks to u in advance.
haitham
go to IIS , right click on WebSites node, select properties,, go to Directory Security Tab,click Edit,and at the buttom of form select the checkbox named "integrated windows authentication" and ok the form ....