Classic ASP Intranet and New ASP.NET Applications

We have an existing classic ASP intranet consisting of hundreds of pages. Its directory structure looks like this:

/root
    app_1
    app_2
    ...
    img
    js
    style

Obviously, app_1, etc. have the best names in the actual directory structure.

Despite the fact that many applications have different behavior, they are all part of the same intranet and therefore have a common look and feel, including styles through / style, images through / img and client script through / js.

The problem (at least for me) arises when I want to add an intranet application to ASP.NET.

Ultimately, I need this structure:

/root
    app_1
    app_2
    dotnetapp_1
    dotnetapp_2
    ...
    img
    js
    style

, "" ASP.NET - ( , ). "" Visual Studio , "" , . - , , . , .

, ASP- "root" "- ASP.NET", /style /img, , , ASP.NET /masterpages.

, , VS ASP, "", ASP.NET( File- > Open- > Web Site). ASP- VS 2008 SP1 ( Notepad ++), VS, , .

ASP.NET , /dotnetapp _1 "" ( , File- > Open- > Web Site VS2008). , VS , /masterpages, " ". , , ASP.NET, "" root/masterpages, , VS WYSIWYG-, , ASP.NET .

, , .NET MVC, , , . , "" MVC, , , ( ).

, : ASP.NET ASP- ( ASP ASP.NET, ) Visual Studio 2008 1 (SP1), "" *?

  • , " -". , MasterPages - .NET(, ) . . , , - ASP.NET , , ( ) .
+5
4

IIS - ( ASP.NET Visual Studio) , ( "" ), , , ASP.NET.

/root
  app_1
  app_2
  dotnetapp_1
    <virtual>img
    <virtual>js
  ...
  img
  js
  style

, script IIS XML, , , - ,

+2

ASP.NET - Microsoft, - ASP.NET ASP- . , , ASP.NET .

Microsoft , ASP ASP.NET , , ASP ASP.NET. , , ( ASP.NET ASP, sorta), .

+2

asp.net ?

www.site.com/dotnetapp/

dotnetapp - , ?

0

:

  • - -, ASP.NET /root/js/whatever.js ../js/whatever.js, , . . , , , .
  • ASP/ASP.NET- , , - ASP.NET ASP-. "-", , . [ASP- VS2008, .]
0
source

All Articles