Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debugging ASP.NET application at run-time
Message
From
16/01/2009 09:26:14
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
Miscellaneous
Thread ID:
01374333
Message ID:
01374351
Views:
10
>Hi,
>
>In order to figure out a problem I am having with an ASP.NET application on customer site I need to check if the application reaches a few points/conditions. Ideally I would like to insert a code in those places to create some dummy/token files. This way I can see if the point had reached or not. But my understanding of ASP.NET is that it is not allowed to make files on the server.

>Any suggestions of how to get/create files to debug at run-time?

Hi,
As long as the account that ASP.NET is running under has the neccessary permisions set in the OS you should not have problems writing to file.....
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform