Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
This topic
This board
Entire forum
Website and forum (google)
Member search
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
6 Months
Forever
Login with username, password and session length
Friday December 13, 2024, 5:47 pm
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.
Forum Home
Search
Login
Register
Recent Topics
Go To..
Recently updated topics
Recent posts (compact)
Recent posts (full text)
DonationCoder.com Forum
»
Other Software
»
Developer's Corner
»
Help with ASP.Net program
« previous
next »
New Topic
Print
Pages: [
1
] •
bottom
Author
Topic: Help with ASP.Net program (Read 4641 times)
Boni
Participant
Joined in 2009
Posts:
4
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
Posts:
4
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,649
Re: Help with ASP.Net program
«
Reply #2 on:
November 15, 2009, 11:13 AM »
wow 69 views and no reply.
-Boni
(
November 15, 2009, 09:19 AM
)
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
Posts:
4
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
Posts:
11,190
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
Posts:
4
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.
New Topic
Print
Pages: [
1
] •
top
« previous
next »
DonationCoder.com Forum
»
Other Software
»
Developer's Corner
»
Help with ASP.Net program