deployment
How to deploy the asp.net2.0 application
is IIS needed for this?
because when we debug the asp.net2.0 aplication , it selects the random port and the IIS is not there in picture.
if IIS is needed then deployment will be as usual?
I tried with the web setup proj.it creates the website in IIS.
If multiple versions of framework are installed then we need to set 2.0 for our website.
I want to know how to deploy with copy website option.
and how to manually deploy by coping the files.
I'm confused with the debug mode when it selects the random port and the website runs.
pls some body clear this
|