Unable to run any .aspx

sumitbuetcse04

New Member
I'm a newbe to the .net framework. <BR><BR>I have installed the "Microsoft .NET Framework Redistributable" on W2K Server SR 2 with IIS 5 <BR><BR>Im not able to run any aspx, there is some kind of Initialisation Error. <BR><BR>I have seen the problem described in this forum before, but no answer.. Someone have a solution to this problem? <BR><BR>I have tried to re-install the package several times.. <BR><BR>The stack trace is as follows: <BR><BR>[ArgumentNullException: Value cannot be null. <BR>Parameter name: path2] <BR>System.IO.Path.Combine(String path1, String path2) +419 <BR>System.Web.FilePathParse..ctor(String path, Boolean isFile, Boolean getShortNames) +366 <BR>System.Web.FileChangesMonitor.StartMonitoringDirec toryRenamesAndBinDirectory(String dir, FileChangeEventHandler callback) +46 <BR>System.Web.HttpRuntime.FirstRequestInit(HttpContex t context) +324 <BR><BR>[HttpException (0x80004005): ASP.NET Initialization Error] <BR>System.Web.HttpRuntime.FirstRequestInit(HttpContex t context) +926 <BR>System.Web.HttpRuntime.ProcessRequestInternal(Http WorkerRequest wr) +128 <BR><BR>I am not very sure about the error you are getting, but if you want to be able to debug the applications on the server, then you should be installing the other download in the microsoft web site.<BR>Redistributable is for servers where no development will be taking place I guess.<BR>If I am wrong, let me know....Yes it is for servers and I want to run It on a server..<BR><BR>I have tried both packages on my Win2k Server ...but with same error as result...<BR><BR>It works fine on my Laptop..<BR><BR>/magnus
 
Back
Top