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

ASP.NET

 
Question/3GB boot switch in asp.net 2.0 Pin
Sonia Gupta9-Aug-07 18:57
Sonia Gupta9-Aug-07 18:57 
QuestionCall Javascript from code behind Pin
Prashant C9-Aug-07 18:40
Prashant C9-Aug-07 18:40 
AnswerRe: Call Javascript from code behind Pin
Michael Sync9-Aug-07 19:50
Michael Sync9-Aug-07 19:50 
QuestionPopulating a TreeView From a Self Referencing Table Pin
Brendan Vogt9-Aug-07 18:10
Brendan Vogt9-Aug-07 18:10 
QuestionHow to combine two applications in one application Pin
vurugonda9-Aug-07 17:39
vurugonda9-Aug-07 17:39 
AnswerRe: How to combine two applications in one application Pin
Michael Sync9-Aug-07 18:21
Michael Sync9-Aug-07 18:21 
GeneralRe: How to combine two applications in one application Pin
vurugonda9-Aug-07 18:33
vurugonda9-Aug-07 18:33 
GeneralRe: How to combine two applications in one application Pin
Michael Sync9-Aug-07 21:16
Michael Sync9-Aug-07 21:16 
Hi Vurugonda,

"Creating multiple web application" means a lot to us.

It might be about ~

#1. creating virtual directory in IIS (web server).

for that one, you can check this code. IIS 6 - Virtual Directories Management with C#[^]

#2. creating .aspx and .cs file (plus, webconfig, .sln)

[WebSite1]
---web.config
---Default.aspx
---Default.aspx.cs

For that, you have to check manually all files to know how Visual Studio 2005 generate those files.


Generally, it's not necessary to create another web application in one web application because you can access through the base url.
for example, you have website1 (http://localhost/website) in your webserver. then, you create another folders called fdr1 and fdr2 in website1. so, you can access those folders like that http://localhost/website/fdr1 and http://localhost/website/fdr2.

Hope it helps..

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. Smile | :)

GeneralRe: How to combine two applications in one application Pin
vurugonda9-Aug-07 21:24
vurugonda9-Aug-07 21:24 
AnswerRe: How to combine two applications in one application Pin
Christian Graus9-Aug-07 18:27
protectorChristian Graus9-Aug-07 18:27 
GeneralRe: How to combine two applications in one application Pin
vurugonda9-Aug-07 18:34
vurugonda9-Aug-07 18:34 
AnswerRe: How to combine two applications in one application Pin
S A R I T H9-Aug-07 18:46
S A R I T H9-Aug-07 18:46 
GeneralRe: How to combine two applications in one application Pin
vurugonda9-Aug-07 18:58
vurugonda9-Aug-07 18:58 
Questiondouble array Pin
yesu prakash9-Aug-07 17:36
yesu prakash9-Aug-07 17:36 
AnswerRe: double array Pin
Guffa9-Aug-07 18:15
Guffa9-Aug-07 18:15 
AnswerRe: double array Pin
S A R I T H9-Aug-07 18:34
S A R I T H9-Aug-07 18:34 
GeneralRe: double array Pin
yesu prakash9-Aug-07 18:51
yesu prakash9-Aug-07 18:51 
GeneralRe: double array Pin
S A R I T H9-Aug-07 18:56
S A R I T H9-Aug-07 18:56 
QuestionHow to show Text in Tamil Fonts Pin
Kurian_Kurian9-Aug-07 17:21
Kurian_Kurian9-Aug-07 17:21 
AnswerRe: How to show Text in Tamil Fonts Pin
Prashant C9-Aug-07 18:48
Prashant C9-Aug-07 18:48 
GeneralHaving .net framework handle .htm and .html files [modified] Pin
eggsovereasy9-Aug-07 10:13
eggsovereasy9-Aug-07 10:13 
GeneralRe: Having .net framework handle .htm and .html files Pin
Guffa9-Aug-07 10:16
Guffa9-Aug-07 10:16 
AnswerRe: Having .net framework handle .htm and .html files Pin
Guffa9-Aug-07 14:45
Guffa9-Aug-07 14:45 
Questionnot abul to see error indication blue lines in VS.NET IDE Pin
jayaramp49-Aug-07 8:49
jayaramp49-Aug-07 8:49 
QuestionWizard template evnts Pin
kjosh9-Aug-07 8:33
kjosh9-Aug-07 8:33 

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.