Click here to Skip to main content
15,890,123 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to add scrollbar in autocomplete extender Pin
kapurthala5-Apr-09 20:45
kapurthala5-Apr-09 20:45 
AnswerRe: how to add scrollbar in autocomplete extender Pin
Christian Graus5-Apr-09 21:05
protectorChristian Graus5-Apr-09 21:05 
GeneralRe: how to add scrollbar in autocomplete extender Pin
kapurthala6-Apr-09 20:49
kapurthala6-Apr-09 20:49 
AnswerRe: how to add scrollbar in autocomplete extender Pin
praneeth maddu5-Jul-11 22:37
praneeth maddu5-Jul-11 22:37 
QuestionRegistration process for social network web site Pin
Shahdat Hosain5-Apr-09 20:06
Shahdat Hosain5-Apr-09 20:06 
AnswerRe: Registration process for social network web site Pin
Christian Graus5-Apr-09 20:15
protectorChristian Graus5-Apr-09 20:15 
QuestionUnable to connect with asp.net development server problem Pin
rajmca.g5-Apr-09 19:29
rajmca.g5-Apr-09 19:29 
AnswerRe: Unable to connect with asp.net development server problem Pin
Vimalsoft(Pty) Ltd6-Apr-09 1:08
professionalVimalsoft(Pty) Ltd6-Apr-09 1:08 
Sometimes before you post, go to google and check how the other people solved the problem, you might find that there are a lot of people who had a problem and solution.

check this

Go to the Solution Explorer in Visual Studio, click on the web site application, hit 'F4' key to bring up the application's property window. In this property window, set 'Use Dynamic Port' to 'False', and you will be able to set the Port number to a number other than 1277.

See this MSDN document:

http://msdn.microsoft.com/en-us/library/ms178109(VS.80).aspx[^]

or


Step 1: Select the “Tools->External Tools” menu option in VS or Visual Web Developer. This will allow you to configure and add new menu items to your Tools menu.


Step 2: Click the “Add” button to add a new external tool menu item. Name it “WebServer on Port 8010” (or anything else you want).


Step 3: For the “Command” textbox setting enter this value: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\WebD ev.WebServer.EXE (note: this points to the web-server that VS usually automatically runs).


Step 4: For the “Arguments” textbox setting enter this value: /port:8010 /path:$(ProjectDir) (or any port you like)


Step 5: Select the “Use Output Window” checkbox (this will prevent the command-shell window from popping up.



Once you hit apply and ok you will now have a new menu item in your “Tools” menu called “WebServer on Port 8010”. You can now select any web project in your solution and then choose this menu option to launch a web-server that has a root site on port 8010 (or whatever other port you want) for the project.


You can then connect to this site in a browser by simply saying http://localhost:8010/. All root based references will work fine.




Step 6: The last step is to configure your web project to automatically reference this web-server when you run or debug a site instead of launching the built-in web-server itself. To-do this, select your web-project in the solution explorer, right click and select “property pages”. Select the “start options” setting on the left, and under server change the radio button value from the default (which is use built-in webserver) to instead be “Use custom server”. Then set the Base URL value to be: http://localhost:8010/



Obviously I don't know if this is the problem you had but definitely it is something similar, essentially the problem should be that the same port used by your Development Server is not available because it is already used by another web server.

Vuyiswa Maseko,

Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers."

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.tiyaneProperties.co.za
vuyiswa@its.co.za
www.ITS.co.za

QuestionAcceptChangesDuringUpdate = False in TableAdapterManager Pin
AlexeiXX35-Apr-09 19:25
AlexeiXX35-Apr-09 19:25 
Questiontemplate field at runtime for detailsview Pin
md_azy5-Apr-09 19:16
md_azy5-Apr-09 19:16 
Question[Message Deleted] Pin
kamleshPardeshi5-Apr-09 17:48
kamleshPardeshi5-Apr-09 17:48 
AnswerRe: File Handling using ASP.net Pin
Christian Graus5-Apr-09 20:18
protectorChristian Graus5-Apr-09 20:18 
QuestionPop-Up & Chatting Pin
vaah5-Apr-09 9:54
vaah5-Apr-09 9:54 
AnswerRe: Pop-Up & Chatting Pin
Christian Graus5-Apr-09 10:23
protectorChristian Graus5-Apr-09 10:23 
AnswerRe: Pop-Up & Chatting Pin
Abhijit Jana5-Apr-09 19:15
professionalAbhijit Jana5-Apr-09 19:15 
QuestionCSS, Hyperlinks and SiteMapPath Control Pin
Unsy5-Apr-09 8:44
Unsy5-Apr-09 8:44 
AnswerRe: CSS, Hyperlinks and SiteMapPath Control Pin
Alok Sharma ji5-Apr-09 15:50
Alok Sharma ji5-Apr-09 15:50 
GeneralASP.NET ADO.NET C# How to Shopping Cart Pin
auisuke5-Apr-09 6:11
auisuke5-Apr-09 6:11 
GeneralRe: ASP.NET ADO.NET C# How to Shopping Cart Pin
Yusuf5-Apr-09 6:32
Yusuf5-Apr-09 6:32 
QuestionHow to make asp.net control attribute update from javascript persistent? Pin
hardboy1115-Apr-09 5:30
hardboy1115-Apr-09 5:30 
AnswerRe: How to make asp.net control attribute update from javascript persistent? Pin
Yusuf5-Apr-09 6:41
Yusuf5-Apr-09 6:41 
AnswerRe: How to make asp.net control attribute update from javascript persistent? Pin
Alok Sharma ji5-Apr-09 15:28
Alok Sharma ji5-Apr-09 15:28 
QuestionServer Error in '/' Application. Pin
prasadbuddhika5-Apr-09 4:49
prasadbuddhika5-Apr-09 4:49 
AnswerRe: Server Error in '/' Application. Pin
N a v a n e e t h5-Apr-09 5:01
N a v a n e e t h5-Apr-09 5:01 
GeneralRe: Server Error in '/' Application. Pin
prasadbuddhika5-Apr-09 5:06
prasadbuddhika5-Apr-09 5:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.