S
Steve Kloehr via .NET 247
I have looked everywhere but no luck for this. Please help.
I verified that .NET works on a site that I have hosted with some.NET code and viewed the page. This originated as a .aspx file.
My problem is that I have a c# Windows project that is completedand I want to put this on this site. Can I add the .exe file andsimply call it or do I need to make a class with a dll and callthat? Is this even possible without having to recode everything?I added the c# project to a ASP.NET Web project with anIndex.aspx
The c# Windows project file that starts is MainForm.cs.
I know, I'm lost but I thought with .NET you code once and run ona mobil device or Web.
Thank you for any help.
I verified that .NET works on a site that I have hosted with some.NET code and viewed the page. This originated as a .aspx file.
My problem is that I have a c# Windows project that is completedand I want to put this on this site. Can I add the .exe file andsimply call it or do I need to make a class with a dll and callthat? Is this even possible without having to recode everything?I added the c# project to a ASP.NET Web project with anIndex.aspx
The c# Windows project file that starts is MainForm.cs.
I know, I'm lost but I thought with .NET you code once and run ona mobil device or Web.
Thank you for any help.