| Back to Questions Page |
| |
| Question |
Hi Everyone, I used VB.net until last year, this year I
change my language to C#.net.But the easy one in VB.net such
as "Set as Start page when running program", right click on
solution explorer and do it. But in C#.net I can't find the
way to do (Set as start page)until now. If anyone know it ,
please share your technical help. Thanks . (Horace Trever) |
Rank |
Answer Posted By |
|
Question Submitted By :: Horacetrever |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | if u r working on vs 2005 and so on u can find those
options also
there is no much difference between c# and vb.  |
| Gyany |
| |
| |
| Question |
Weather I can use Dotnet framework 1.0 and 2.0 in same
machine for Two application or not if "Yes" then how will
configure in IIS for Framework 1.0 and 2.0 First
Application will be working in .net Frame work 1.0 Send
will be .net Frame work 2.0 How to Configure IIS for both
Application using Virtual Directory I tried but when
Confirte 1.0 then Second Application not working which is
having 2.0 Framework but when Conf. 2.0 then Send
Application works but First app. Not Work ...... How I
Configure IIS for both Application Throwing ERR "The web
application you are attempting to access on this web server
is currently unavailable. Please hit the "Refresh" button
in your web browser to retry your request. " After Hitting
Refresh Button also not works...... ? |
Rank |
Answer Posted By |
|
Question Submitted By :: F.hussain |
| This Interview Question Asked @ ISST |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Yes, you can managed dotnet framework 1.1 and 2.0 in one
system. the configuration will be changed on iis server.
Step 1: Go to run prompt inetmgr
Step 2: right click on your application [Default website]
Step 3: go to properties select asp.net menu.
Step 4: Select asp.net version either what you want.
Step 5: ok.
even your application will not run
do this steps: in command prompt
cd C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
aspnet_regiis -i
then try to execute your program.
Thanks
buddy  |
| Rambhopal Reddy |
| |
| |
| Answer | 1) As said in your question it appears to be that u have
been configuring the application for different versions to
the same port.
2) We can configure the same application for different
versions in the same IIS server but need to assign
different prot number to the application.
3) First of all create a virtual directory for the first
application tab properties a default home directory appears
with default port number configure the application and then
create another application for the another port and
configure the applcation it work
Note: Type the url with port number to get the application  |
| Dilip Kumar |
| |
| |
|
|
| |
| Question |
How to use singal crystal report viewer to multiple reports? |
Rank |
Answer Posted By |
|
Question Submitted By :: Yasmin |
| This Interview Question Asked @ Sparsh |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | we can use drill down.This drill down method is use to one
or more reports use with in report  |
| Mathan Kumar |
| |
| |
|
| |
|
Back to Questions Page |