I have written an assembly that I want to use in more than one application. Where do I deploy it?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP Interview Questions

How long is a SessionID guaranteed to be unique? A. It is unique for the web server, whether it is restarted or not. B. Only until the web server is restarted. C. It is like a GUID in that it is for any web server at any time. D. Only until the session expires, then it can be reissued to another client. E. It is unique per client. A client cannot have two sessions with the same SessionID

1 Answers  


What are the collections of Session Object?

2 Answers  


What do the abbreviations asp and jsp stand for?

0 Answers  


Difference between GET and POST? Which is used when?

3 Answers  


How are scripts executed?

1 Answers  






How are sessions maintained? A. The browser sends a cookie to the server with each request. B. The browser sends a Querystring variable to the server with each request. C. The browser sends a hidden Form variable to the server with each request. D. The browser sends a long variable to the server in the BODY of each request. E. None of the above.

1 Answers  


what is the difference between sql server2000 and 2005

0 Answers  


Write a program in ASP that connect with "Employee" Database and Select all records from "Emp" table and shown in tabular form.

0 Answers  


If I want to build a shared assembly, does that require the overhead of signing and managing key pairs?

0 Answers  


. which tag i need to use manually to bind columns in a datagrid ?

0 Answers  


How to insert the records in a database table by using asp?

0 Answers  


How many global.asa files can an Application have?

2 Answers  


Categories