|
|
|
Junior Member
      
участник
Last Login: 05.07.2002 16:52
Сообщ.: 14,
Visits: 155
|
|
Поставил .net Framework sdk Вроде все нормально, в IIS ISAPI фильтры появились для *.aspx и т.д. Но нифига не работает...! Созад файлик test.aspx
<%@Page Language="VB"%> <html> <body> <h1>hello world, <% Response.Write(DateTime.Now.ToString()) %></h1> </body> </html>
При попытке обращения выдает ошибку: ___________________________________________________ Value cannot be null. Parameter name: path2
Exception Details: System.ArgumentNullException: Value cannot be null. Parameter name: path2
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentNullException: Value cannot be null. Parameter name: path2] System.IO.Path.Combine(String path1, String path2) +419 System.Web.FilePathParse..ctor(String path, Boolean isFile, Boolean getShortNames) +366 System.Web.FileChangesMonitor.StartMonitoringDirectoryRenamesAndBinDirectory(String dir, FileChangeEventHandler callback) +46 System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +324
[HttpException (0x80004005): ASP.NET Initialization Error] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +927 System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +128 ________________________________________________
Народ !! В чем тут тяпка ? Подскажите ...
|
|
|
|
|
новичок
      
участник
Last Login: 02.05.2003 17:12
Сообщ.: 5,
Visits: 56
|
|
| у меня твой пример работает
|
|
|
|
|
Supreme Being
      
участник
Last Login: 12.12.2003 17:24
Сообщ.: 489,
Visits: 5 380
|
|
|
|
|
|
Supreme Being
      
участник
Last Login: 02.05.2006 23:09
Сообщ.: 1 293,
Visits: 14 276
|
|
http://support.microsoft.com/default.aspx?kbid=317955
------------------------------------
Anatoly Lubarsky
|
|
|
|