Hi, kenobewan
See it is the option that we generally choose, and here even we don't have to make deploy setup, just publish it and upload it to client server, but if u want that ur product is lplace in ur shoping store, anybody interested in it just download it start using it then we have to use the setup's funda,
Anuj...
User Profile
Collapse
-
Deploying a web application
HI, all
I have created a web application, now want to deploy it,
i can general setup which copy all files to a project and create a virtual directory,
but my problem is to have a setup of .Net framework and setup for AJAX frame in it,
and a console application for creating a database in it,
which fires automatically one after another as soon as i click main setup
can any one help me in this... -
upadhyayanuj started a topic c# code for access denied of file at time of uploading and importing in sql tablein .NETc# code for access denied of file at time of uploading and importing in sql table
Hi I have an error while uploading file and then importing it into my sql table
The process cannot access the file 'c:\inetpub\www root\FlowLine\E xcel File\Fan_Detail s.xls' because it is being used by another process
Now Some times its run successfully, i don't no how but somtimes it gives error,
I figure out there is security issue of the folder where its storing the file,
But i had given... -
Thanks Frinavale,
It works,
I had not put the file in my application folder,
I had just put the file in my application folder and its worked
Thanks for help...Leave a comment:
-
C# Import xls file into sql server
Hi can anybody tell what is error in following code, its running through .Net 2005 editor fine,
but when running on browser gives error:
No error message available, result code: E_FAIL(0x800040 05).
[code=cpp]
try
{
// Create Connection to Excel Workbook
OleDbConnection connection = new OleDbConnection (excelConnectio nString);
...
No activity results to display
Show More
Leave a comment: