Normally if we want to write unmanaged code on .net application, we have to compile the application with /unsafe option in compiler parameters. But this scenario will not work for the web application. For web application we have to specify this explicitly in the web.config. <compilation defaultLanguage="c#" debug="true"> it must be placed under <system.web> section. |
Sunday, August 12, 2007
Unsafe code in ASP.net
Posted by Prakash at 2:12 PM
Labels: .net, .NET 2.0, Unmanaged code
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment