Click here to Skip to main content
15,914,924 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionvirtual Directory not run in asp.net 2.0 Pin
perumalLashmi17-Sep-08 3:25
perumalLashmi17-Sep-08 3:25 
AnswerRe: virtual Directory not run in asp.net 2.0 Pin
Brij17-Sep-08 3:28
mentorBrij17-Sep-08 3:28 
AnswerRe: virtual Directory not run in asp.net 2.0 Pin
Abhijit Jana17-Sep-08 3:33
professionalAbhijit Jana17-Sep-08 3:33 
QuestionSplit and merge swf file in asp.net 2.0 c# Pin
perumalLashmi17-Sep-08 3:18
perumalLashmi17-Sep-08 3:18 
QuestionRe: Split and merge swf file in asp.net 2.0 c# Pin
Abhijit Jana17-Sep-08 3:25
professionalAbhijit Jana17-Sep-08 3:25 
Questionhow to include database in web setup project (.net 1.1 sql server 2000 ) Pin
bigphish17-Sep-08 3:15
bigphish17-Sep-08 3:15 
QuestionSplit string Pin
eyeseetee17-Sep-08 3:03
eyeseetee17-Sep-08 3:03 
AnswerRe: Split string Pin
Abhijit Jana17-Sep-08 3:24
professionalAbhijit Jana17-Sep-08 3:24 
AnswerRe: Split string Pin
K V Sekhar17-Sep-08 3:27
K V Sekhar17-Sep-08 3:27 
GeneralRe: Split string Pin
eyeseetee17-Sep-08 3:45
eyeseetee17-Sep-08 3:45 
Questiondynamically change image in asp:placeholder Pin
dhumplopoka17-Sep-08 2:47
dhumplopoka17-Sep-08 2:47 
Questionopen url page on iis write only http://home Pin
Rinki Mukheraji17-Sep-08 2:16
Rinki Mukheraji17-Sep-08 2:16 
AnswerRe: open url page on iis write only http://home Pin
Eddy Vluggen17-Sep-08 2:43
professionalEddy Vluggen17-Sep-08 2:43 
It shouldn't be possible. In order to display a webpage within a browser, it will have to know two things:

1) What page do you want
2) Where is that page

"Home.aspx" is the name of the page. "Localhost" is the place where that page resides.

"Localhost" is the domainname for your local computer. You could change that in the hosts-file, to get something like "http://mycomputer/home.aspx".

You could also set the default page to "home.aspx", that's a setting in IIS. That would give you an address like "http://mycomputer/".
Questionallow user to write in drop down Pin
Krazy Programmer17-Sep-08 2:10
Krazy Programmer17-Sep-08 2:10 
AnswerRe: allow user to write in drop down Pin
eyeseetee17-Sep-08 2:27
eyeseetee17-Sep-08 2:27 
AnswerRe: allow user to write in drop down Pin
ToddHileHoffer17-Sep-08 2:48
ToddHileHoffer17-Sep-08 2:48 
GeneralRe: allow user to write in drop down Pin
Gamzun17-Sep-08 17:09
Gamzun17-Sep-08 17:09 
QuestionUse Timer Contorl in asp.net Pin
Rinki Mukheraji17-Sep-08 1:15
Rinki Mukheraji17-Sep-08 1:15 
AnswerRe: Use Timer Contorl in asp.net Pin
sumit703417-Sep-08 1:22
sumit703417-Sep-08 1:22 
GeneralRe: Use Timer Contorl in asp.net Pin
Rinki Mukheraji17-Sep-08 1:27
Rinki Mukheraji17-Sep-08 1:27 
GeneralRe: Use Timer Contorl in asp.net Pin
eyeseetee17-Sep-08 1:28
eyeseetee17-Sep-08 1:28 
AnswerRe: Use Timer Contorl in asp.net Pin
Sathesh Sakthivel17-Sep-08 1:25
Sathesh Sakthivel17-Sep-08 1:25 
GeneralRe: Use Timer Contorl in asp.net Pin
J4amieC17-Sep-08 2:10
J4amieC17-Sep-08 2:10 
RantRe: Use Timer Contorl in asp.net Pin
Eddy Vluggen17-Sep-08 2:38
professionalEddy Vluggen17-Sep-08 2:38 
GeneralRe: Use Timer Contorl in asp.net Pin
J4amieC17-Sep-08 2:42
J4amieC17-Sep-08 2:42 

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.