You can easily mix in one project C # and VB.aspx

you should be able to combine assemblies ... but just wondering if you had a VB.net web application and then had a C # project, how would you combine aspx pages?

Can this be done?

+3
source share
4 answers

For website projects, you can put your C # source code files in App_Code \ CS and your VB.NET files in App_Code \ VB. Your .aspx files can be either linguistic, as specified in the @Page directive.

For web application projects, you are limited to one language for each project. You can deploy as many projects of different languages ​​as possible.

+2
source

VB CS . (. ) . , , , . IDE:

# VB.NET

+2

, , aspx dll, aspx dll bin. , , - Global.asax , DLL.

+1

IIS, .aspx # VB.NET. , Visual Studio all-VB.NEt #, -.

, , . , DotNetNuke - DotNetNuke VB.NET( - ), #.

0

Source: https://habr.com/ru/post/1738128/


All Articles