|
-
May 31st, 2007, 09:59 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] IIS and asp.net
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
Using .NET 3.5 (VS 2008) And XP SP2

-
May 31st, 2007, 12:08 PM
#2
Re: IIS and asp.net
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)
-
Jun 1st, 2007, 03:50 AM
#3
Thread Starter
Hyperactive Member
Re: IIS and asp.net
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
Using .NET 3.5 (VS 2008) And XP SP2

-
Jun 4th, 2007, 03:07 PM
#4
Re: IIS and asp.net
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|