Results 1 to 4 of 4

Thread: [RESOLVED] IIS and asp.net

  1. #1

    Thread Starter
    Hyperactive Member Bajrang's Avatar
    Join Date
    Oct 2006
    Posts
    309

    Resolved [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

  2. #2
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    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)

  3. #3

    Thread Starter
    Hyperactive Member Bajrang's Avatar
    Join Date
    Oct 2006
    Posts
    309

    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

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width