topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 12:46 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Help with ASP.Net program  (Read 4175 times)

Boni

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 4
    • View Profile
    • Donate to Member
Help with ASP.Net program
« on: November 12, 2009, 01:33 AM »
Guys..I'm stuck with this problem. I have coded an ASP.Net Project for myself. Its an Inventory of the Items in my PC which are maintained through a web form Interface. Now the thing is that i want to move it to the local host on my PC so that i can access it directly by typing its address rather than the long route. Can anyone suggest me a method to do so ?..... or any alternative ways ??

Boni

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 4
    • View Profile
    • Donate to Member
Re: Help with ASP.Net program
« Reply #1 on: November 15, 2009, 09:19 AM »
wow 69 views and no reply. :-\

Stoic Joker

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 6,646
    • View Profile
    • Donate to Member
Re: Help with ASP.Net program
« Reply #2 on: November 15, 2009, 11:13 AM »
wow 69 views and no reply. :-\
Yes, sometimes these things happen ... Have you considered installing an IIS weberver on your PC to host/access it (or a copy of it) locally?

Boni

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 4
    • View Profile
    • Donate to Member
Re: Help with ASP.Net program
« Reply #3 on: November 15, 2009, 12:27 PM »
Finally, Thank you.
yes i do have an IIS server but how do i get to host or access it. i'm stumped bout it, since the project is coded using visual studio2008 which runs it on its local server and can be used only while it is running

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: Help with ASP.Net program
« Reply #4 on: November 16, 2009, 08:57 AM »
VS2008 uses an instance of IIS that is integral to it.  You just have to copy your deployment files to a virtual directory (or real directory) of your IIS server.  Three links that might help you.

http://msdn.microsof...ibrary/bb398992.aspx

http://msdn.microsof...ms178610(VS.80).aspx

http://msdn.microsof...aa719551(VS.71).aspx

Boni

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 4
    • View Profile
    • Donate to Member
Re: Help with ASP.Net program
« Reply #5 on: November 16, 2009, 09:53 AM »
Thanks wraith808. Definitely helpful.
Thanks a lot, this will surely help.