A
abcd
I am using simple ASP.NET page using C#.NET
I have developed
ABCD.aspx page and
ABCD.aspx.cs
when I compiled it has creatred ABCD.dll in my Bin directory.
Now I want to deply this to customer site I guess I will need to distribute
only aspx and .dll right?
my aspx page reads as below
<%@ Page language="c#" Codebehind="ABCD.aspx.cs" Inherits="ABCD.WebForm1"
SmartNavigation="true" AutoEventWireup="false" %>
What changes I will need to do so that I can send only .dll and aspx page.
thanks in advance
I have developed
ABCD.aspx page and
ABCD.aspx.cs
when I compiled it has creatred ABCD.dll in my Bin directory.
Now I want to deply this to customer site I guess I will need to distribute
only aspx and .dll right?
my aspx page reads as below
<%@ Page language="c#" Codebehind="ABCD.aspx.cs" Inherits="ABCD.WebForm1"
SmartNavigation="true" AutoEventWireup="false" %>
What changes I will need to do so that I can send only .dll and aspx page.
thanks in advance