How can i add my project to IIS
I am new in asp.net. how can i add my project to iis. iam using asp.net 1.1. also i want it in asp.net 2.0 please help me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prabhu RajaPosted Sep 13, 2011, 6:32 AM
The Steps given by Jitendra is Good . Follow that.
But make sure, the windows firewall should be disabled before running your application. otherwise the application may not run.
Or try This . Click Here
---------------------------------------------------------------
If this helps you, then mark as "Correct Answer"
Krishna GaradPosted Sep 13, 2011, 2:19 AM
Hosting Mobile WebSite Under IIS
Jiteendra SampathiraoPosted Sep 13, 2011, 1:22 AM
Go to control panel-->administrative tools-->
Internet Information Services
There you can find Three folders like
Web sites, FTP sites, default SMTP Virtual server
Click on web sites-->right click on default web site--> new-->virtual Directory
Give the alias name(i gave name as "xyz") and directory of your project location->give the access permissions
and click on finish
Now you can find your application name under default web site
right click on xyz-->properties-->asp.net tab
Now change the application version(1.0,2.0,4.0)
hope it help you.....