473,385 Members | 1,309 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

ASPNET to work on Citrix

SK
Hi,

Would appreciate if anyone could help me on this. Basically my client
having
few branches across state. And they used Citrix in which to connect to the
server side for accessing application running on ASPNET (C# code behind).
Basically, all my form was coded as user control and loaded as component to
the IFrame.

The problem is when browsing the page, it could not be loaded. and there
is no message. I did suspected that is it relate to security for ASPNet User.

Nov 19 '05 #1
7 2492
The Citrix control is a client side ActiveX control?

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Mon, 19 Sep 2005 21:24:02 -0700, "SK"
<SK@discussions.microsoft.com> wrote:
Hi,

Would appreciate if anyone could help me on this. Basically my client
having
few branches across state. And they used Citrix in which to connect to the
server side for accessing application running on ASPNET (C# code behind).
Basically, all my form was coded as user control and loaded as component to
the IFrame.

The problem is when browsing the page, it could not be loaded. and there
is no message. I did suspected that is it relate to security for ASPNet User.


Nov 19 '05 #2
The Citrix control is like Terminal Server/VPN/Remote Desktop.

http://www.citrix.com/lang/English/home.asp

It allows you to sit at the console of the machine running Citirx,
and run apps as if you were there.

Since ASP.NET delivers HTML, I don't think it's
the right thing to do to run ASP.NET under Citrix.

OTOH, I could see its use to configure IIS/ASP.NET and the
server itself, but never to run the ASP.NET apps through it.

You run your ASP.NET apps via a browser.


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Scott Allen" <sc***@nospam.odetocode.com> wrote in message
news:67********************************@4ax.com...
The Citrix control is a client side ActiveX control?

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Mon, 19 Sep 2005 21:24:02 -0700, "SK"
<SK@discussions.microsoft.com> wrote:
Hi,

Would appreciate if anyone could help me on this. Basically my client
having
few branches across state. And they used Citrix in which to connect to the
server side for accessing application running on ASPNET (C# code behind).
Basically, all my form was coded as user control and loaded as component to
the IFrame.

The problem is when browsing the page, it could not be loaded. and there
is no message. I did suspected that is it relate to security for ASPNet User.

Nov 19 '05 #3
SK
Basically, i just need to browse the web site hosted at client site (citrix
login page appear). then i need to login. After login basically it wil be
Terminal service client
and from here i can browse the AspNet application through browser (LAN) to
AspNet Server.


"Juan T. Llibre" wrote:
The Citrix control is like Terminal Server/VPN/Remote Desktop.

http://www.citrix.com/lang/English/home.asp

It allows you to sit at the console of the machine running Citirx,
and run apps as if you were there.

Since ASP.NET delivers HTML, I don't think it's
the right thing to do to run ASP.NET under Citrix.

OTOH, I could see its use to configure IIS/ASP.NET and the
server itself, but never to run the ASP.NET apps through it.

You run your ASP.NET apps via a browser.


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Scott Allen" <sc***@nospam.odetocode.com> wrote in message
news:67********************************@4ax.com...
The Citrix control is a client side ActiveX control?

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Mon, 19 Sep 2005 21:24:02 -0700, "SK"
<SK@discussions.microsoft.com> wrote:
Hi,

Would appreciate if anyone could help me on this. Basically my client
having
few branches across state. And they used Citrix in which to connect to the
server side for accessing application running on ASPNET (C# code behind).
Basically, all my form was coded as user control and loaded as component to
the IFrame.

The problem is when browsing the page, it could not be loaded. and there
is no message. I did suspected that is it relate to security for ASPNet User.


Nov 19 '05 #4
re:
Basically, i just need to browse the web site hosted at client site
If the site is in an intranet, you'd have to use Citrix or similar.

If the site is publicly accessible, you could browse
it either via its DNS name or its IP address.

re: The problem is when browsing the page, it could not be loaded.
and there is no message.
Can you ping the server's IP address ?


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"SK" <SK@discussions.microsoft.com> wrote in message
news:90**********************************@microsof t.com... Basically, i just need to browse the web site hosted at client site (citrix
login page appear). then i need to login. After login basically it wil be
Terminal service client
and from here i can browse the AspNet application through browser (LAN) to
AspNet Server.


"Juan T. Llibre" wrote:
The Citrix control is like Terminal Server/VPN/Remote Desktop.

http://www.citrix.com/lang/English/home.asp

It allows you to sit at the console of the machine running Citirx,
and run apps as if you were there.

Since ASP.NET delivers HTML, I don't think it's
the right thing to do to run ASP.NET under Citrix.

OTOH, I could see its use to configure IIS/ASP.NET and the
server itself, but never to run the ASP.NET apps through it.

You run your ASP.NET apps via a browser.
Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Scott Allen" <sc***@nospam.odetocode.com> wrote in message
news:67********************************@4ax.com...
> The Citrix control is a client side ActiveX control?
>
> --
> Scott
> http://www.OdeToCode.com/blogs/scott/
>
> On Mon, 19 Sep 2005 21:24:02 -0700, "SK"
> <SK@discussions.microsoft.com> wrote:
>
>>Hi,
>>
>> Would appreciate if anyone could help me on this. Basically my client
>>having
>>few branches across state. And they used Citrix in which to connect to the
>>server side for accessing application running on ASPNET (C# code behind).
>>Basically, all my form was coded as user control and loaded as component to
>>the IFrame.
>>
>> The problem is when browsing the page, it could not be loaded. and there
>>is no message. I did suspected that is it relate to security for ASPNet User.

Nov 19 '05 #5
SK
Yes you are right, it's Intranet which is why they use Citrix.
I could see other machine name in the Network.
Basically when i use IE to browse i can see my login screen and those screen
built using html / js / aspx. But i have problem load the ASPNet web form
which was written as a user control component.
"Juan T. Llibre" wrote:
re:
Basically, i just need to browse the web site hosted at client site


If the site is in an intranet, you'd have to use Citrix or similar.

If the site is publicly accessible, you could browse
it either via its DNS name or its IP address.

re:
The problem is when browsing the page, it could not be loaded.
and there is no message.


Can you ping the server's IP address ?


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"SK" <SK@discussions.microsoft.com> wrote in message
news:90**********************************@microsof t.com...
Basically, i just need to browse the web site hosted at client site (citrix
login page appear). then i need to login. After login basically it wil be
Terminal service client
and from here i can browse the AspNet application through browser (LAN) to
AspNet Server.


"Juan T. Llibre" wrote:
The Citrix control is like Terminal Server/VPN/Remote Desktop.

http://www.citrix.com/lang/English/home.asp

It allows you to sit at the console of the machine running Citirx,
and run apps as if you were there.

Since ASP.NET delivers HTML, I don't think it's
the right thing to do to run ASP.NET under Citrix.

OTOH, I could see its use to configure IIS/ASP.NET and the
server itself, but never to run the ASP.NET apps through it.

You run your ASP.NET apps via a browser.
Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Scott Allen" <sc***@nospam.odetocode.com> wrote in message
news:67********************************@4ax.com...
> The Citrix control is a client side ActiveX control?
>
> --
> Scott
> http://www.OdeToCode.com/blogs/scott/
>
> On Mon, 19 Sep 2005 21:24:02 -0700, "SK"
> <SK@discussions.microsoft.com> wrote:
>
>>Hi,
>>
>> Would appreciate if anyone could help me on this. Basically my client
>>having
>>few branches across state. And they used Citrix in which to connect to the
>>server side for accessing application running on ASPNET (C# code behind).
>>Basically, all my form was coded as user control and loaded as component to
>>the IFrame.
>>
>> The problem is when browsing the page, it could not be loaded. and there
>>is no message. I did suspected that is it relate to security for ASPNet User.


Nov 19 '05 #6
re:
Basically when i use IE to browse i can see my login screen
and those screen built using html / js / aspx.
OK, so you don't have connectivity problems when browsing.

re: But i have problem load the ASPNet web form
which was written as a user control component.
Does that user control load correctly when you browse through Citrix ?

That might simply be a coding problem.

If it's not too large a file, and you don't break company rules for doing it,
post the user control code, and the directive on the aspx page which
loads the user control.

Maybe a sharp eye here can spot a problem and find a splution.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"SK" <SK@discussions.microsoft.com> wrote in message
news:86**********************************@microsof t.com... Yes you are right, it's Intranet which is why they use Citrix.
I could see other machine name in the Network.
Basically when i use IE to browse i can see my login screen and those screen
built using html / js / aspx. But i have problem load the ASPNet web form
which was written as a user control component.
"Juan T. Llibre" wrote:
re:
> Basically, i just need to browse the web site hosted at client site


If the site is in an intranet, you'd have to use Citrix or similar.

If the site is publicly accessible, you could browse
it either via its DNS name or its IP address.

re:
> The problem is when browsing the page, it could not be loaded.
> and there is no message.


Can you ping the server's IP address ?


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"SK" <SK@discussions.microsoft.com> wrote in message
news:90**********************************@microsof t.com...
> Basically, i just need to browse the web site hosted at client site (citrix
> login page appear). then i need to login. After login basically it wil be
> Terminal service client
> and from here i can browse the AspNet application through browser (LAN) to
> AspNet Server.
>
>
>
>
> "Juan T. Llibre" wrote:
>
>> The Citrix control is like Terminal Server/VPN/Remote Desktop.
>>
>> http://www.citrix.com/lang/English/home.asp
>>
>> It allows you to sit at the console of the machine running Citirx,
>> and run apps as if you were there.
>>
>> Since ASP.NET delivers HTML, I don't think it's
>> the right thing to do to run ASP.NET under Citrix.
>>
>> OTOH, I could see its use to configure IIS/ASP.NET and the
>> server itself, but never to run the ASP.NET apps through it.
>>
>> You run your ASP.NET apps via a browser.
>>
>>
>> Juan T. Llibre, ASP.NET MVP
>> ASP.NET FAQ : http://asp.net.do/faq/
>> Foros de ASP.NET en Español : http://asp.net.do/foros/
>> ======================================
>> "Scott Allen" <sc***@nospam.odetocode.com> wrote in message
>> news:67********************************@4ax.com...
>> > The Citrix control is a client side ActiveX control?
>> >
>> > --
>> > Scott
>> > http://www.OdeToCode.com/blogs/scott/
>> >
>> > On Mon, 19 Sep 2005 21:24:02 -0700, "SK"
>> > <SK@discussions.microsoft.com> wrote:
>> >
>> >>Hi,
>> >>
>> >> Would appreciate if anyone could help me on this. Basically my client
>> >>having
>> >>few branches across state. And they used Citrix in which to connect to the
>> >>server side for accessing application running on ASPNET (C# code behind).
>> >>Basically, all my form was coded as user control and loaded as component to
>> >>the IFrame.
>> >>
>> >> The problem is when browsing the page, it could not be loaded. and there
>> >>is no message. I did suspected that is it relate to security for ASPNet User.

Nov 19 '05 #7
SK
i think i found the problem, but still need to test it.
Basically i found that the Citrix Server is not installed with .Net Framework.
i would say it may cause the problem, could not view the page.

"Juan T. Llibre" wrote:
re:
Basically when i use IE to browse i can see my login screen
and those screen built using html / js / aspx.


OK, so you don't have connectivity problems when browsing.

re:
But i have problem load the ASPNet web form
which was written as a user control component.


Does that user control load correctly when you browse through Citrix ?

That might simply be a coding problem.

If it's not too large a file, and you don't break company rules for doing it,
post the user control code, and the directive on the aspx page which
loads the user control.

Maybe a sharp eye here can spot a problem and find a splution.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"SK" <SK@discussions.microsoft.com> wrote in message
news:86**********************************@microsof t.com...
Yes you are right, it's Intranet which is why they use Citrix.
I could see other machine name in the Network.
Basically when i use IE to browse i can see my login screen and those screen
built using html / js / aspx. But i have problem load the ASPNet web form
which was written as a user control component.
"Juan T. Llibre" wrote:
re:
> Basically, i just need to browse the web site hosted at client site

If the site is in an intranet, you'd have to use Citrix or similar.

If the site is publicly accessible, you could browse
it either via its DNS name or its IP address.

re:
> The problem is when browsing the page, it could not be loaded.
> and there is no message.

Can you ping the server's IP address ?


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"SK" <SK@discussions.microsoft.com> wrote in message
news:90**********************************@microsof t.com...
> Basically, i just need to browse the web site hosted at client site (citrix
> login page appear). then i need to login. After login basically it wil be
> Terminal service client
> and from here i can browse the AspNet application through browser (LAN) to
> AspNet Server.
>
>
>
>
> "Juan T. Llibre" wrote:
>
>> The Citrix control is like Terminal Server/VPN/Remote Desktop.
>>
>> http://www.citrix.com/lang/English/home.asp
>>
>> It allows you to sit at the console of the machine running Citirx,
>> and run apps as if you were there.
>>
>> Since ASP.NET delivers HTML, I don't think it's
>> the right thing to do to run ASP.NET under Citrix.
>>
>> OTOH, I could see its use to configure IIS/ASP.NET and the
>> server itself, but never to run the ASP.NET apps through it.
>>
>> You run your ASP.NET apps via a browser.
>>
>>
>> Juan T. Llibre, ASP.NET MVP
>> ASP.NET FAQ : http://asp.net.do/faq/
>> Foros de ASP.NET en Español : http://asp.net.do/foros/
>> ======================================
>> "Scott Allen" <sc***@nospam.odetocode.com> wrote in message
>> news:67********************************@4ax.com...
>> > The Citrix control is a client side ActiveX control?
>> >
>> > --
>> > Scott
>> > http://www.OdeToCode.com/blogs/scott/
>> >
>> > On Mon, 19 Sep 2005 21:24:02 -0700, "SK"
>> > <SK@discussions.microsoft.com> wrote:
>> >
>> >>Hi,
>> >>
>> >> Would appreciate if anyone could help me on this. Basically my client
>> >>having
>> >>few branches across state. And they used Citrix in which to connect to the
>> >>server side for accessing application running on ASPNET (C# code behind).
>> >>Basically, all my form was coded as user control and loaded as component to
>> >>the IFrame.
>> >>
>> >> The problem is when browsing the page, it could not be loaded. and there
>> >>is no message. I did suspected that is it relate to security for ASPNet User.


Nov 19 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: James Ng | last post by:
I have posted this to the Citrix Developers' forum and have not heard anything yet. So I'd like to see if any other Java developers have experience this problem with their Java application in a...
12
by: Corey Burnett | last post by:
I have a client that has a split database (front-end/back-end). They are also using Access security - MDW file. The front end MDE file, the back end MDB file, and the MDW file are all located on...
7
by: Rob | last post by:
I am an Access developer and have done many Access databases in the standard Front-end on the workstations, backend on the server (over a LAN) but have never worked with Access over Citrix, though...
11
by: Rob | last post by:
I thought I posted this yesterday, but can't find it. So if this ends up showing up twice, please forgive me. I am an Access developer and have done many Access databases in the standard...
33
by: DFS | last post by:
An application I wrote has been deployed on Citrix, and the Citrix admin tells me all users run the same .mde file. There aren't a lot of concurrent users, but even 2 could be cause for concern. ...
5
by: Art | last post by:
Hi, We have some applications that run on a Citrix server. I would like to run one of them, a reporting app, from within a VB.net application. If I log into the Citrix server with remote...
0
by: Eagle | last post by:
Hi all. I have an intranet under Win2000 with windows XP clients. My intranet works with authentication mode="Windows", under a domain, so active directory manage the accounts. Now I need...
4
by: Peter | last post by:
I have the following code which works fine in IE6 and IE7 and FireFox, but when I run IE6 on Citrix I get "The page cannot be displayed" in the iframe. We don't have IE7 on Citrix so I can't try...
12
by: =?Utf-8?B?QXJ0?= | last post by:
Hi, I'm putting together an application in vb.net. I will ultimately need people to be able to run it from home (Normally we're in one office). I can store it on a file server, but this raises...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.