LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Could i use asp pages directly with the Labview Web Server (i need it cause i can´t use IIS)

Hi to all,
i need to know the next:

Could i use asp pages directly with the Labview Web Server?
(i need it cause i can´t use IIS)

Thanks for your help,
Alex.
0 Kudos
Message 1 of 6
(3,401 Views)
Hi Alex,

no you cannot use ASP with LabVIEW. ASP is a script language which is understood by MS IIS. The LV web server only allows VI for programming active web sites.

Waldemar
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 2 of 6
(3,391 Views)
Thanks Waldemar,
as you know, an user can access the application via web without authentication.
The initial idea was the use of asp to present the user an initial login page before accessing the system,
but as you say, the LV web server don´t permit the use of asp.
In some way, i need to detect from Labview that a new user is entering to the application via web.
So i could present to him the login panel.
what do you recommend to me?
Thanks again,
Alex.
0 Kudos
Message 3 of 6
(3,378 Views)

Hi,my question is slightly different from this.

Can i use IIS web server instead of Labview web server to web publish a vi?

Any help will be appreciated.

Thanks.

Regards,
Dev
CLD Certified Engineer
0 Kudos
Message 4 of 6
(3,140 Views)
Hi,
 
    You will have to use the LabVIEW web server.  This is because the IIS web server will not know how to interact with labview code.
 
Regards,
Jim M
Applications Engineer
National Instruments
0 Kudos
Message 5 of 6
(3,119 Views)

Hi,

if i web publish a vi on labview web server and i want my clients to view the HTML page for that vi then i have to run the vi from here then only they can see it on the html page.

i don't want that. i wat it to run on server or their machine.

How can i do that?

Regards,
Dev
CLD Certified Engineer
0 Kudos
Message 6 of 6
(3,110 Views)