2
Answers

web deployment

Photo of Sie Ste

Sie Ste

13y
1.3k
1
Isuse: best setup deployment method and considering IIS

I have some changes to setup/deploy  in a 2010 C#,net webforms application. My problem is the web application was written by a contract shop that went out of business. There are no install/deployment instructions that I can find in my small company. In fact I am the only 'programmer'  in my small company. Most of my .net expereince is using Visual Basic.net in 2005 & 2008 for windows and console applications.

Thus since this is my first web setup\deployment project and working with IIS, I am wondering if you have suggestions that I should follow? If so can you tell me and/or point me to a reference that I can use?

If not, i will just go to the Microsoft website and follow what I consider is the 'best' url to use.

Answers (2)

0
Photo of Asp.Net Hein
NA 266 61.6k 9y
The number of coursecode should be less than 2. This is the main part that I have problem. Not the retrieving part. I cannot check (less than). (<) is cannot use in joining tables.
0
Photo of Bhushan Bhasme
NA 948 135k 9y
var dealercontacts = from course in Course
    join Tr
in Training on course.IdNo equals Tr.IDNo
                     where tr.Nationality='American'
                    
select count(*);
Hope This Might Help You
         
 
            
0
Photo of Asp.Net Hein
NA 266 61.6k 9y
In Course Table
-Idno.
-Coursecode
and other information
 
In training table
-Idno.
-name
-Nationality
and other information 
 
Other infomation is not important to retrieve........ 
0
Photo of Upendra Pratap Shahi
NA 13.3k 861.7k 9y
Kindly give a snapshot of table structure..
0
Photo of Bhushan Bhasme
NA 948 135k 9y
Can You please give your table structure in details?
-1
Photo of Sakthikumar Thanavel
NA 1.2k 99.7k 9y
select idno,count(idno) from trainningtable where nationality='american' group by idno