Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have deployed ASP.Net application in IIS v5.1. while calling the webpage it is asking user name and password.
How to deploy ASP.Net Application in IIS v5.1?
Posted

try this article
ASP.net Deployement
 
Share this answer
 
Comments
Ramakrishna, Eswarraju 20-Sep-11 8:09am    
It is about IIS 7.0
I want for IIS v5.1
Thank you.
uspatel 20-Sep-11 8:32am    
It helps because steps almost are same.
Ankur\m/ 20-Sep-11 9:16am    
IIS 7 is VERY different from IIS 5.1
It's like comparing IE to Firefox or Chrome. :-D
Just right click the root folder, go to properties -> web sharing -> Share this folder and give a name to your website.
This is the simplest step. You can configure a lot of options using IIS Manager (start->run->inetmgr).

You will basically have to create a virtual directory under default website node.

For more details and queries do a Google Search[^]!

Hope this helps!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900