Hi Mr. Abhijit Thanks for the reply.Actually i compiled by publish the website and host my compiled code on our webhosting company's server in a folder which is at the root of the website . Yes all the setting is there on the server. I had a doubt that how to upload a code in subfolder. Like as the website is www.xyz.com/icmm_2010/abc.aspx. I want all access all the pages in a folder(icmm_2010) which is on the root of the website. Thanks Gaurav
GauravGupta212
Posts
-
Deploy the Website on hosted webserver -
Deploy the Website on hosted webserverHello Everyone Myself Gaurav Gupta actually i would like to discuss that i want to upload the compiled code(by publish the website) which is made in asp.net2.0 to our web server .actually we have a domain www.xyz.com and i want to make a folder on root like icmm now i want to copy all the compiled code in that folder. but when run the application this message show."This is a marker file generated by the precompilation tool, and should not be deleted!" Please tell me is it possible to upload the complete comiled code to upload in a folder or where i should upload bin folder. Thanks Gaurav Gupta
-
Show the id in 5 DigitsHii Ali Thnaks for the response but actually i have id like 1.Now i want to make the id 0001 dynamically using for loop and array. e.g. if i have id 123 first read 3 then submit 3 in array which have 00000 now string have 12 read 2 and then submit in array noe 00023 i have now anly 1 remain get 1 and submit in array now id becomes 00123.Like that Thanks Gaurav
-
Show the id in 5 DigitsHiii everyone Actually i am geting memberid from database as 1,2,123,124 but i want to amend the id as 00001,00002,00123 etc. Anyone can suggest me how i can get it. using array or any collection. Thanks in advance Gaurav Gupta
-
On Line ChatHi I am new in asp.net can some help me how to start an online chat application in asp.net using c#..MY mail id is guptagaurav212@gmail.com Thanks in advance Gaurav Gupta
-
[Message Deleted][Message Deleted]
-
Plz solve the prob its very urgentok thanks for giving me the suggestion
-
Plz solve the prob its very urgent1)A program returns a long string like the strings below, delimited by pipe character, where errorcode, error details, and long reason are stored. Write c# code to get the long code out of the response received. 0|R002|this is not a valid transaction. 1|R003|the card has expired. 2|R004|card code is invalid. 2) a. table tblcode has codes like the following CUPA0001 CNOI0001 CUPA0002 CNOI0003 CDEL0001 b. objective is to get the next code given the three digits unique code.e.g. Given DEL, NOI, UPA the next code is CDEL0002, CNOI0004, and CUPA0003 write a function in sql server to achieve this .the function will get input parameter as, city code in 3 characters e.g. DEL,NOI,UPA and should return the next code as per logic above