Hi all
Is it possible to run an asp.net application without having Visual Studio
or .NET framework 2.0. on my server.
I have IIS installed on my pc.
Please guide about running an asp.net application on my server.
Thanks
Printable View
Hi all
Is it possible to run an asp.net application without having Visual Studio
or .NET framework 2.0. on my server.
I have IIS installed on my pc.
Please guide about running an asp.net application on my server.
Thanks
You'll have to install IIS and .Net framework 2.0 on the server in order to run your asp.net 2.0 application... The server doesn't need Visual Studio installed. If you can't install 2.0 framework for any reason, then you should develop your web app in asp.net 1.1 since your server more likely has 1.1 framework installed by default (you still need to install IIS though)
I built my site using asp.net 2.0.
So can you please tellme the steps so I can start my application on
other machine.
I tried to run on my development pc using IIS (virtual directory) but it gives error like Cannot Access IIS MetaData.
Any help is appriated, thanks
Create a virtual directory on the other machine. Copy over your files to that folder. Make sure that in the properties for that virtual directory, the ASP.NET tab is specifying ASP.NET 2.0.