The Tech Pursuit
The Dev Shelf
Pages
Home
Interview Questions
About Me
April 27, 2011
How to run VB & C# code in same application in ASP.Net
Write below code in web.config
<system.web>
<compilation debug="true">
<codeSubDirectories>
<add directoryName="VBCode"/>
<add directoryName="CSCode"/>
</codeSubDirectories>
</system.web>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment